Doc tweaks for transform filter.
authorrobertl <robertl>
Sat, 25 Nov 2006 20:17:49 +0000 (20:17 +0000)
committerrobertl <robertl>
Sat, 25 Nov 2006 20:17:49 +0000 (20:17 +0000)
xmldoc/filters/options/transform-del.xml
xmldoc/filters/options/transform-rte.xml
xmldoc/filters/options/transform-trk.xml
xmldoc/filters/options/transform-wpt.xml

index f8b6ddaac89a3bdc2aae6a727da87e713ab7ef3f..c6d8b694bc743c6ad81b16310becd8e798c68ada 100644 (file)
@@ -6,7 +6,7 @@ you are trying to avoid duplicated data in the output.
 <example id="transform_del">
 <title>Convert a GPX track to GPX waypoints, tossing the original track</title>
 <para>
-<screen format="linespecific">gpsbabel -i gpx -f blah.gpx -x transform,wpt,del \
+<screen format="linespecific">gpsbabel -i gpx -f blah.gpx -x transform,wpt=trk,del \
 -o gpx -F converted.gpx</screen>
 </para>
 </example>
index 4edd958a30e00556709c1bc43c4a4588a7b22158..ba8178301f8820848def953100b8c2b1f080daa8 100644 (file)
@@ -6,7 +6,7 @@ This option selects the destination type of this filter to be routes.  Choose th
 <para>
 Say you you have a data file that came from CSV file that you want to convert  
 to a GPX route that can be loaded into Mapsource.  Use the following command:
-<screen format="linespecific">gpsbabel -i csv -f blah.txt -x transform,rte \
+<screen format="linespecific">gpsbabel -i csv -f blah.txt -x transform,rte=wpt \
 -o gdb -F blah.gdb</screen>
 </para>
 </example>
index 25652cfc42b93c2a3a46f7abd3572e04b89593dd..492a1fb23f580d8f997432d697346550af49c16c 100644 (file)
@@ -8,7 +8,7 @@ A single track will be created in the sequence they appear in the input.
 <para>
 Say you you have a data file that came from CSV file that you want to convert  
 to a GPX track that can be loaded into Mapsource.  Use the following command:
-<screen format="linespecific">gpsbabel -i csv -f blah.txt -x transform,trk \
+<screen format="linespecific">gpsbabel -i csv -f blah.txt -x transform,trk=wpt \
 -o gdb -F blah.gdb</screen>
 </para>
 </example>
index 982f84ce40001392e4b349eb4a482025443ae614..0889e9a9bf3564eaf561037891da8fe3ba1c92f8 100644 (file)
@@ -6,7 +6,7 @@ Choose this when you want to convert tracks or routes into waypoints.
 <title>Converting a track to a sequence of waypoints</title>
 <para>
 Say you you have a KML file that contains a track but you want to convert it to a CSV file that can contain only waypoints, perhaps to import into a spreadsheet.  Use the following command:
-<screen format="linespecific">gpsbabel -i kml -f blah.kml -x transform,wpt \
+<screen format="linespecific">gpsbabel -i kml -f blah.kml -x transform,wpt=trk \
 -o csv -F blah.txt</screen>
 </para>
 </example>